Method LoadWithParentsAsync<TProps>(IRedbObject, int, bool?)
Load object with parent chain to root (uses _securityContext).
public Task<TreeRedbObject<TProps>?> LoadWithParentsAsync<TProps>(IRedbObject obj, int depth = 10, bool? lazyLoadProps = null) where TProps : class, new()